home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
serious
/
shareware
/
programming
/
perl-5.003-complete
/
fsf
/
perl
/
t
/
harness
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
351 b
|
16 lines
#!./perl
# We suppose that perl _mostly_ works at this moment, so may use
# sophisticated testing.
# Note that _before install_ you may need to run it with -I ../lib flag
use lib '../lib';
use Test::Harness;
$Test::Harness::switches = ""; # Too much noise otherwise
@tests = @ARGV;
@tests = <*/*.t> unless @tests;
Test::Harness::runtests @tests;